4.0.3
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 Feb 2021 18:56:16 +0000 (13:56 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Feb 2021 23:06:33 +0000 (18:06 -0500)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 8f4e86afc5db8ab76735890c62e205dc0d0baba8..fd70e7fc02664c6eae93a2fbc4961a9f7a6b29bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+Overview of Changes in 4.0.3
+============================
+
+* GtkWidget:
+ - Enforce the can-focus property
+
+* GtkVideo:
+ - Avoid tearing when using gstreamer with GL
+
+* Accessibility:
+ - Speed up cache population
+ - Make context realization lazier
+
+* CSS:
+ - Fix shadow transitions
+
+* Themes:
+ - Adwaita: Allow suggested and destructive action in lists
+
+* GDK:
+ - Remove warnings about exceeding size bounds
+
+* Vulkan:
+ - Fix uploading image regions
+
+* Wayland:
+ - Abort if the shared memory pool cannot be created
+ - Explicitly announce ssd for kwin
+ - Signal gtk-shell surface destruction to mutter
+
+* X11:
+ - Fix several DND problems
+
+* Windows:
+ - Avoid UAC in gtk4-update-icon-cache on 32bit Windows
+
+* MacOS:
+ - Use correct module file extension
+
+* tools:
+ - Make gtk-builder-tool translate GtkImage:pixbuf to :file
+
+* Translation updates:
+ Brazilian Portuguese
+ Czech
+ Galician
+ Greek
+ Portuguese
+ Punjabi
+ Slovenian
+ Spanish
+ Swedish
+
+
 Overview of Changes in 4.0.2
 ============================
 
index 68fb8ec065e17350ceaf1030af6a4d2f519903d6..34a404d043f01b63caa82a3f0f8804e732de5e56 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.0.2',
+        version: '4.0.3',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',